home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / kogs150.zip / KOGSDOOR.BAT < prev    next >
DOS Batch File  |  1996-11-08  |  584b  |  30 lines

  1. REM Edit this batch file for your configuration and paths      
  2.       
  3.       
  4.       if %node% == 1 goto node1
  5.       if %node% == 2 goto node2
  6.       if %node% == 3 goto node3
  7.       goto end
  8.       :node1
  9.       c:
  10.       cd \kogs
  11.       copy c:\gap\node1\door.sys
  12.       kogs tdkogs1.cfg 
  13.       goto end
  14.       
  15.       :node2
  16.       c:
  17.       cd \kogs
  18.       copy c:\gap\node2\door.sys
  19.       kogs tdkogs2.cfg
  20.       goto end
  21.  
  22.       :node3
  23.       c:
  24.       cd kogs
  25.       cd c:\kogs
  26.       copy c:\gap\node3\door.sys
  27.       kogs tdkogs3.cfg local
  28.       goto end
  29.       :end
  30.